home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr37 / satsfaxt.zip / CCPUTILS.ZIP / CCANCEL < prev    next >
Text File  |  1990-01-30  |  483b  |  15 lines

  1. # Intel Connection CoProcessor command line utilities
  2. # CCANCEL - Delete current/pending events from CCP queue
  3. # V1.0 10/30/89
  4. #
  5. CSWITCH=/c /AM /I..\include
  6. LSWITCH=
  7.  
  8. # Main program
  9. #
  10. ccancel.obj: ccancel.c
  11.     ..\..\tools\cl $(CSWITCH) /V"COPYRIGHT 1989 INTEL CORPORATION" ccancel.c
  12.  
  13. ccancel.exe: ccancel.obj ..\support\parse.obj ..\support\help.obj ..\support\error.obj
  14. link $(LSWITCH) ccancel+..\support\parse+..\support\help+..\support\error,,,..\lib\mcaslib.lib;
  15.